home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / TUTORIALNAV.DTML < prev    next >
Encoding:
Text File  |  2000-08-01  |  689 b   |  31 lines

  1. <dtml-unless "id=='tutorialGlossary'">
  2. <dtml-call "REQUEST.set('ids', aq_parent.objectIds())">
  3. <dtml-call "ids.remove('tutorialGlossary')">
  4. <dtml-call "REQUEST.set('i', ids.index(id))">
  5.  
  6. <table width="100%" border="0" padding="0" spacing="0">
  7. <tr valign="top"><td width="50%" align="right">
  8.  
  9. <dtml-if "i > 0">
  10.   <form action="../<dtml-var "ids[i-1]">">
  11.   <input type="submit" value=" < Back ">
  12.   </form>
  13. </dtml-if>
  14.  
  15. </td>
  16. <td width="50%">
  17.  
  18. <dtml-unless hide_next>
  19. <dtml-if "i < _.len(ids) -1 ">
  20.   <form action="../<dtml-var "ids[i+1]">">
  21.   <input type="submit" value=" Next > ">
  22.   </form>
  23. </dtml-if>
  24. </dtml-unless>
  25.  
  26. </td></tr></table>
  27. </dtml-unless>
  28.  
  29.  
  30.  
  31.